Edit the Ideablade.Ibconfig file in the Workstation Folder

Use this procedure to edit the Ideablade.Ibconfig file in the Workstation folder.

You must perform this procedure on each client workstation that connects to the Cobra application server.

To edit the Ideablade.Ibconfig file in the Workstation folder:

  1. Click Start > Windows Administrative Tools > Services.
  2. In the Services window, locate the Ideablade Persistence Server service, right-click it, and click Stop.
  3. Navigate to the Cobra installation directory and open the Workstation folder (for example, C:\Program Files (x86)\Deltek\Cobra\Workstation).
  4. Locate the Ideablade.Ibconfig file and open it using a text editor (such as Notepad).
  5. Update the remoting parameters by setting the remotePersistenceEnabled setting to true.
    Before

    <remoting>

    <remotePersistenceEnabled>false</remotePersistenceEnabled>

    <communicationsTechnology>Wcf</communicationsTechnology>

    <remoteBaseURL>http://<COBRA SERVER NAME></remoteBaseURL>

    <serverPort>9009</serverPort>

    <serviceName>PersistenceService</serviceName>

    <serverDetectTimeoutMilliseconds>-1</serverDetectTimeoutMilliseconds>

    <proxyPort>0</proxyPort>

    </remoting>

    After

    <remoting>

    <remotePersistenceEnabled>true</remotePersistenceEnabled>

    <communicationsTechnology>Wcf</communicationsTechnology>

    <remoteBaseURL>http://<COBRA SERVER NAME></remoteBaseURL>

    <serverPort>9009</serverPort>

    <serviceName>PersistenceService</serviceName>

    <serverDetectTimeoutMilliseconds>-1</serverDetectTimeoutMilliseconds>

    <proxyPort>0</proxyPort>

    </remoting>

  6. Start the Ideablade Persistence Server service.